-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[browser][CoreCLR] fix pinvoke #123423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browser][CoreCLR] fix pinvoke #123423
Conversation
radekdoulik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! LGTM
|
Tagging subscribers to this area: @dotnet/interop-contrib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes a PInvoke issue in browser/CoreCLR builds by adding two missing browser-specific native modules to the WasmAppBuilder's list of PInvoke modules.
Changes:
- Added
libSystem.Native.BrowserandlibSystem.Runtime.InteropServices.JavaScript.Nativeto the WasmPInvokeModule list in the RunGenerator target
Fixes #123421